home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / msnag.dfm / msnag.txt
Encoding:
Text File  |  1999-07-30  |  2.7 KB  |  138 lines

  1. object NagBox: TNagBox
  2.   Left = 242
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sorry...'
  6.   ClientHeight = 228
  7.   ClientWidth = 495
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnPaint = FormPaint
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 485
  20.     Height = 173
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 56
  25.     Top = 16
  26.     Width = 399
  27.     Height = 14
  28.     Caption = 
  29.       'This application will be not executed if Delphi/BCBuilder IDE is' +
  30.       ' not running, because'
  31.   end
  32.   object Label4: TLabel
  33.     Left = 16
  34.     Top = 107
  35.     Width = 60
  36.     Height = 14
  37.     Caption = 'Internet mail:'
  38.   end
  39.   object Label5: TLabel
  40.     Left = 16
  41.     Top = 127
  42.     Width = 33
  43.     Height = 14
  44.     Caption = 'WWW:'
  45.   end
  46.   object Label7: TLabel
  47.     Left = 92
  48.     Top = 107
  49.     Width = 112
  50.     Height = 14
  51.     Caption = 'support@argosoft.com'
  52.     Font.Color = clBlue
  53.     Font.Height = -11
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     OnClick = Label7Click
  58.   end
  59.   object Label8: TLabel
  60.     Left = 92
  61.     Top = 127
  62.     Width = 217
  63.     Height = 14
  64.     Caption = 'http://www.argosoft.com/delphi/register.html'
  65.     Font.Color = clBlue
  66.     Font.Height = -11
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     OnClick = Label8Click
  71.   end
  72.   object Label9: TLabel
  73.     Left = 16
  74.     Top = 72
  75.     Width = 437
  76.     Height = 14
  77.     Caption = 
  78.       'To be able to run yor application properly, please refer to the ' +
  79.       'documentation included in the'
  80.   end
  81.   object Label10: TLabel
  82.     Left = 56
  83.     Top = 32
  84.     Width = 417
  85.     Height = 14
  86.     Caption = 
  87.       ' it uses the  components included in the  unregistered version o' +
  88.       'f The Internet Mail Suite'
  89.   end
  90.   object Label11: TLabel
  91.     Left = 56
  92.     Top = 48
  93.     Width = 132
  94.     Height = 14
  95.     Caption = ' by ArGo Software Design.'
  96.   end
  97.   object Label12: TLabel
  98.     Left = 16
  99.     Top = 88
  100.     Width = 126
  101.     Height = 14
  102.     Caption = 'package, or contact us at:'
  103.   end
  104.   object Label2: TLabel
  105.     Left = 16
  106.     Top = 148
  107.     Width = 21
  108.     Height = 14
  109.     Caption = 'Fax:'
  110.   end
  111.   object Label13: TLabel
  112.     Left = 92
  113.     Top = 148
  114.     Width = 90
  115.     Height = 14
  116.     Caption = '+1 (416) 352-5054'
  117.     Font.Color = clBlue
  118.     Font.Height = -11
  119.     Font.Name = 'Arial'
  120.     Font.Style = []
  121.     ParentFont = False
  122.   end
  123.   object OKButton: TButton
  124.     Left = 392
  125.     Top = 192
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'OK'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ModalResult = 1
  134.     ParentFont = False
  135.     TabOrder = 0
  136.   end
  137. end
  138.